type github.com/refraction-networking/utls.finishedHash
16 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L38: finishedHash finishedHash
handshake_server.go#L37: finishedHash finishedHash
prf.go#L156: func newFinishedHash(version uint16, cipherSuite *cipherSuite) finishedHash {
prf.go#L164: return finishedHash{hash.New(), hash.New(), nil, nil, buffer, version, prf}
prf.go#L167: return finishedHash{sha1.New(), sha1.New(), md5.New(), md5.New(), buffer, version, prf}
prf.go#L172: type finishedHash struct {
prf.go#L187: func (h *finishedHash) Write(msg []byte) (n int, err error) {
prf.go#L203: func (h finishedHash) Sum() []byte {
prf.go#L215: func (h finishedHash) clientSum(masterSecret []byte) []byte {
prf.go#L221: func (h finishedHash) serverSum(masterSecret []byte) []byte {
prf.go#L227: func (h finishedHash) hashForClientCertificate(sigType uint8, hashAlg crypto.Hash) []byte {
prf.go#L251: func (h *finishedHash) discardHandshakeBuffer() {
u_public.go#L585: func (fh *FinishedHash) getPrivateObj() finishedHash {
u_public.go#L587: return finishedHash{}
u_public.go#L589: res := finishedHash{
u_public.go#L608: func (fh *finishedHash) getPublicObj() FinishedHash {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |